home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-04
/
cditp21.zip
/
CODEIT.E_
/
CITOOLS.BI
< prev
next >
Wrap
Text File
|
1992-03-03
|
1KB
|
22 lines
'============================================================================
'CITOOLS.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
'============================================================================
DECLARE SUB AttrChange (left%, right%, top%, bottom%, FG%, BG%)
DECLARE SUB DrawBox (left%, right%, top%, bottom%, boxType%)
DECLARE SUB ScreenPaint (left%, right%, top%, bottom%, Ascii$)
DECLARE SUB ScreenSave (left%, right%, top%, bottom%, scrnNum%)
DECLARE SUB ScreenRestore (left%, right%, top%, bottom%, scrnNum%)
DECLARE SUB ScrollArea (left%, right%, top%, bottom%, lines%, newColorBG%)
DECLARE SUB WindowPut (left%, right%, top%, bottom%, shad%, boxType%, FG%, BG%)
'============================================================================
DECLARE FUNCTION ShiftStateNow% (extkey%)
DECLARE FUNCTION AltConvert$ (kb$)
DECLARE FUNCTION AdapterSet% ()
DECLARE FUNCTION AdapterType$ ()
'============================================================================